PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocument Class / getJavaScriptBlocks Method
In This Topic
    getJavaScriptBlocks Method
    In This Topic
    Gets the JavaScript source code blocks.
    When a PDF file is loaded into a object, this collection is populated automatically with the JavaScript code blocks embedded in the file.
    Syntax
    public PDFJavaScriptBlockCollection getJavaScriptBlocks()

    Return Value

    The collection of JavaScript source code block that are embedded in the document.
    See Also